home *** CD-ROM | disk | FTP | other *** search
/ PC Open 97 / PC Open 97 CD2.bin / Demo / FileMaker / FileMaker Pro Prova / Files / Data1.cab / httperrs.js5 < prev    next >
Encoding:
Text File  |  2004-02-10  |  2.4 KB  |  29 lines

  1. window.errs = {
  2.     http:        true,
  3.     e_200_0:    "OK\r\rNo Error.",
  4.     e_204_0:    "No Records Found\r\rNo records matched the search criteria.",
  5.     e_400_0:    "Bad Request\r\rThe server could not process your request due to a syntax error.",
  6.     e_400_1:    "Bad Request\r\rThe server could not process your request due to a malformed url.",
  7.     e_400_2:    "Bad Request\r\rThe server could not process your request due to a missing parameter: \"^1\".",
  8.     e_400_3:    "Bad Request\r\rThe server could not process your request due to an empty field: \"^1\".",
  9.     e_400_4:    "Bad Request\r\rThe server could not process your request due to an illegal parameter: \"^1\".",
  10.     e_400_5:    "Bad Request\r\rThe server could not process your request due to a deprecated parameter: \"^1\".",
  11.     e_400_6:    "Bad Request\r\rThe server could not process your request due to a missing command: \"^1\".",
  12.     e_400_7:    "Bad Request\r\rThe server could not process your request due to conflicting commands.",
  13.     e_400_8:    "Bad Request\r\rThe server could not process your request due to missing a database specification.",
  14.     e_400_9:    "Bad Request\r\rThe server could not process your request due to missing a layout specification.",
  15.     e_400_10:    "Bad Request\r\rThe server could not process your request due to an unsupported grammar: \"^1\".",
  16.     e_400_11:    "Bad Request\r\rThe server could not process your request due to an incorrectly formed query (#^1).",
  17.     e_400_12:    "Bad Request\r\rThe server could not process your request because your session has timed out.\r\rPlease reselect the database to begin a new session.",
  18.     e_403_0:    "Forbidden\r\rYou do not have authorization to access this server.",
  19.     e_403_1:    "User Limit Exceeded\r\rThe maximum number of licensed users are connected. Try again later.",
  20.     e_404_0:    "Not Found\r\rThe requested URL \"^1\" was not found on this server.",
  21.     e_417_0:    "Expectation Failed\r\rThe server could not perform the requested update (#^1).",
  22.     e_500_0:    "Internal Server Error\r\rAn internal server error has occurred.",
  23.     e_500_1:    "Internal Server Error\r\rA FileMaker Server error has occurred (#^1).",
  24.     e_500_2:    "Internal Server Error\r\rNo FileMaker Server was found (#^1).",
  25.     e_501_0:    "Not Implemented\r\rThe server does not support the functionality required to fulfill this request.",
  26.     e_505_0:    "HTTP Version Not Supported\r\rThe server does not support the HTTP protocol version that was used in the request message.",
  27.     e_default:    "Unknown error number ^1."
  28. };
  29.